home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / ICMINST.IN_ / icminst.inf
Encoding:
INI File  |  1999-01-08  |  624 b   |  21 lines

  1. ; ICMINST.INF
  2. ;
  3. ; This is the Setup information file to install default color profile
  4. ; for Image Color Management 2.0
  5. ;
  6. ; Copyright (c) 1999 Microsoft Corporation
  7.  
  8. [version]
  9. signature  = "$Windows NT$"
  10.  
  11. [DefaultInstall]
  12. AddReg     = ColorProfile_AddReg
  13. DelReg     = ColorProfile_DelReg
  14.  
  15. [ColorProfile_AddReg]
  16. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\mntr",,0x10
  17. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\mntr","sRGB Color Space Profile.icm",0x03,00,00,00,00,49,45,43,20,73,52,47,42
  18. [ColorProfile_DelReg]
  19. HKLM,"SoFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\ICMMonitorData"
  20.  
  21.